home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15050 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.3 KB

  1. Path: user1.mnsinc.com!huang
  2. From: huang@mnsinc.com (Szu-Wen Huang)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Are you really my colleagues?!?
  5. Date: 16 Apr 1996 22:56:16 GMT
  6. Organization: Monumental Network Systems
  7. Message-ID: <4l18ig$fml@news1.mnsinc.com>
  8. References: <317299C2.167E@gi.alaska.edu> <4l0baa$u0i@cheatum.frontiernet.net>
  9. NNTP-Posting-Host: user1.mnsinc.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. delta4@frontiernet.net wrote:
  13.  
  14. : I was about to say the same thing but held back as I didn't want to
  15. : start a flame war. And I checked out the newsgroups that were
  16. : suggested to the posters and they don't cover stuff for C or any
  17. : programmers. So where would someone get information, snippets and code
  18. : from? I felt really put out that nobody would discuss graphics or
  19. : music applications as its "not a part of C". I am now afraid to ask
  20. : for advice on demo programming here lest I be pushed off into the
  21. : comp.sys.ibm.pc.demos newsgroup where they don't even discuss source
  22. : code or the actual programming of any kind. comp.sys.ibm.pc.music
  23. : don't discuss programming either. There is no comp.sys.ibm.pc.* for
  24. : graphics programming. Further, in the comp.programming groups one
  25. : would get flamed for asking about programming graphics in DOS or C as
  26. : its not to be "about a specific language". The other newsgroups people
  27. : get referred to are of even less help.
  28.  
  29. I think I can speak for just about everyone if we say we don't do
  30. homeworks.  We do help with specific portions of schoolwork, but
  31.  
  32. "Will pay for linked-list inverting C code"
  33.  
  34. probably won't do.  Similarly,
  35.  
  36. "Can somebody teach me how to do 3-D graphics in C?"
  37.  
  38. probably won't do either, because the predominant knowledge there
  39. has nothing to do with C (it can trivially be implemented in just
  40. about any imperative language).  As for your predicament, I think
  41. you can easily divide your questions.  If it has to do with algo-
  42. rithms, such as:
  43.  
  44. "How do I invert a matrix?"
  45.  
  46. perhaps it belongs elsewhere.  However,
  47.  
  48. "What is the best way to represent a matrix in C?"
  49.  
  50. will probably get answers here.  However, things like:
  51.  
  52. "How do I read the keyboard in C?"
  53.  
  54. is frowned upon firstly because there is no portable solution,
  55. secondly because it's too frequently asked, but most ultimately
  56. because it's in a book.  I think the difference is between "cannot
  57. understand book" and "too lazy to read a book".
  58.  
  59. Happy posting ;).
  60.